Html Css Color HEX #BB67DD Medium Orchid

📋 copy color: '#BB67DD'

red 187 ◦ green 103 ◦ blue 221

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

Shades of Medium Orchid #BB67DD

Tints of Medium Orchid #BB67DD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.16%

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

R = 36.59%
G = 20.16%
B = 43.25%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB67DD (or 0xBB67DD) is known color: Medium Orchid. HEX triplet: BB, 67 and DD. RGB value is (187,103,221). Sum of RGB (Red+Green+Blue) = 187+103+221=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB67DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67DD is #449822. Grayscale: #8D8D8D. Windows color (decimal): -4495395 or 14510011. OLE color: 14510011.

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

Color convert

RGB 187 103 221 -
CMYK 0.15 0.53 0 0.13
HSL 282.71º 0.63% 0.64% -
HSV(B) 282.71º 0.53% 0.87% -
XYZ 38.39 25.49 71.3 -
YUV 141.57 172.83 160.41 -
System Red Green Blue C M Y K H S L
Decimal 187 103 221 0.15 0.53 0 0.13 282.71 0.63 0.64
Hex BB 67 DD F 35 0 D 11B 3F 40
Octal 273 147 335 17 65 0 15 433 77 100
Binary 10111011 1100111 11011101 1111 110101 0 1101 100011011 111111 1000000

Color Harmonies of #BB67DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB67DD

Black with #BB67DD

Text Example


Text Example

White with #BB67DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB67DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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