Html Css Color HEX #BB61DF Medium Orchid

📋 copy color: '#BB61DF'

red 187 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #BB61DF

Tints of Medium Orchid #BB61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.13%

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 36.88%
G = 19.13%
B = 43.98%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB61DF (or 0xBB61DF) is known color: Medium Orchid. HEX triplet: BB, 61 and DF. RGB value is (187,97,223). Sum of RGB (Red+Green+Blue) = 187+97+223=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61DF is #449E20. Grayscale: #898989. Windows color (decimal): -4496929 or 14639547. OLE color: 14639547.

HSL color Cylindrical-coordinate representation of color #BB61DF: hue angle of 282.86º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB61DF is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 97 223 -
CMYK 0.16 0.57 0 0.13
HSL 282.86º 0.66% 0.63% -
HSV(B) 282.86º 0.57% 0.87% -
XYZ 38.09 24.44 72.52 -
YUV 138.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 187 97 223 0.16 0.57 0 0.13 282.86 0.66 0.63
Hex BB 61 DF 10 39 0 D 11B 42 3F
Octal 273 141 337 20 71 0 15 433 102 77
Binary 10111011 1100001 11011111 10000 111001 0 1101 100011011 1000010 111111

Color Harmonies of #BB61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB61DF

Black with #BB61DF

Text Example


Text Example

White with #BB61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB61DF; }

 p { color: rgb(187,97,223); }

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

background-color css

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

 a { background-color: rgb(187,97,223); }

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

border-color css

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

 span { border-color: rgb(187,97,223); }

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