Html Css Color HEX #BB5DCF Medium Orchid

📋 copy color: '#BB5DCF'

red 187 ◦ green 93 ◦ blue 207

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

Shades of Medium Orchid #BB5DCF

Tints of Medium Orchid #BB5DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.1%

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 38.4%
G = 19.1%
B = 42.51%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB5DCF (or 0xBB5DCF) is known color: Medium Orchid. HEX triplet: BB, 5D and CF. RGB value is (187,93,207). Sum of RGB (Red+Green+Blue) = 187+93+207=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB5DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DCF is #44A230. Grayscale: #858585. Windows color (decimal): -4497969 or 13589947. OLE color: 13589947.

HSL color Cylindrical-coordinate representation of color #BB5DCF: hue angle of 289.47º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5DCF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 93 207 -
CMYK 0.10 0.55 0 0.19
HSL 289.47º 0.54% 0.59% -
HSV(B) 289.47º 0.55% 0.81% -
XYZ 35.67 22.9 61.57 -
YUV 134.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 187 93 207 0.10 0.55 0 0.19 289.47 0.54 0.59
Hex BB 5D CF A 37 0 13 121 36 3B
Octal 273 135 317 12 67 0 23 441 66 73
Binary 10111011 1011101 11001111 1010 110111 0 10011 100100001 110110 111011

Color Harmonies of #BB5DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DCF

Black with #BB5DCF

Text Example


Text Example

White with #BB5DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DCF; }

 p { color: rgb(187,93,207); }

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

background-color css

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

 a { background-color: rgb(187,93,207); }

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

border-color css

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

 span { border-color: rgb(187,93,207); }

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