Html Css Color HEX #BB6DE5 Medium Orchid

📋 copy color: '#BB6DE5'

red 187 ◦ green 109 ◦ blue 229

#BB6DE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB6DE5

Tints of Medium Orchid #BB6DE5

RGB

 RED value IS 187 (73.44% from 255) = 35.62%

 GREEN value IS 109 (42.97% from 255) = 20.76%

 BLUE value IS 229 (89.84% from 255) = 43.62%

R = 35.62%
G = 20.76%
B = 43.62%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB6DE5 (or 0xBB6DE5) is known color: Medium Orchid. HEX triplet: BB, 6D and E5. RGB value is (187,109,229). Sum of RGB (Red+Green+Blue) = 187+109+229=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB6DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DE5 is #44921A. Grayscale: #919191. Windows color (decimal): -4493851 or 15035835. OLE color: 15035835.

HSL color Cylindrical-coordinate representation of color #BB6DE5: hue angle of 279º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6DE5 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 109 229 -
CMYK 0.18 0.52 0 0.10
HSL 279º 0.7% 0.66% -
HSV(B) 279º 0.52% 0.9% -
XYZ 40.11 27.16 77.26 -
YUV 146 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 187 109 229 0.18 0.52 0 0.10 279 0.7 0.66
Hex BB 6D E5 12 34 0 A 117 46 42
Octal 273 155 345 22 64 0 12 427 106 102
Binary 10111011 1101101 11100101 10010 110100 0 1010 100010111 1000110 1000010

Color Harmonies of #BB6DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DE5

Black with #BB6DE5

Text Example


Text Example

White with #BB6DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DE5; }

 p { color: rgb(187,109,229); }

 H1.HeaderClassName
 {
   color: #BB6DE5;
 }
 .AnyTagClassName
 {
   color: #BB6DE5;
 }
</style>

background-color css

<style>
 a { background-color: #BB6DE5; }

 a { background-color: rgb(187,109,229); }

 div.DivClassName
 {
   background-color: #BB6DE5;
 }
 .BgClassName
 {
   background-color: #BB6DE5;
 }
</style>

border-color css

<style>
 span { border-color: #BB6DE5; }

 span { border-color: rgb(187,109,229); }

 td.TdClassName
 {
   border-color: #BB6DE5;
 }
 .TagClassName
 {
   border-color: #BB6DE5;
 }
</style>