Html Css Color HEX #BB65DD Medium Orchid

📋 copy color: '#BB65DD'

red 187 ◦ green 101 ◦ blue 221

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

Shades of Medium Orchid #BB65DD

Tints of Medium Orchid #BB65DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.84%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 36.74%
G = 19.84%
B = 43.42%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB65DD (or 0xBB65DD) is known color: Medium Orchid. HEX triplet: BB, 65 and DD. RGB value is (187,101,221). Sum of RGB (Red+Green+Blue) = 187+101+221=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65DD is #449A22. Grayscale: #8C8C8C. Windows color (decimal): -4495907 or 14509499. OLE color: 14509499.

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

Color convert

RGB 187 101 221 -
CMYK 0.15 0.54 0 0.13
HSL 283º 0.64% 0.63% -
HSV(B) 283º 0.54% 0.87% -
XYZ 38.2 25.09 71.24 -
YUV 140.39 173.49 161.24 -
System Red Green Blue C M Y K H S L
Decimal 187 101 221 0.15 0.54 0 0.13 283 0.64 0.63
Hex BB 65 DD F 36 0 D 11B 40 3F
Octal 273 145 335 17 66 0 15 433 100 77
Binary 10111011 1100101 11011101 1111 110110 0 1101 100011011 1000000 111111

Color Harmonies of #BB65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65DD

Black with #BB65DD

Text Example


Text Example

White with #BB65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65DD; }

 p { color: rgb(187,101,221); }

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

background-color css

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

 a { background-color: rgb(187,101,221); }

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

border-color css

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

 span { border-color: rgb(187,101,221); }

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