Html Css Color HEX #BB67DF Medium Orchid

📋 copy color: '#BB67DF'

red 187 ◦ green 103 ◦ blue 223

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

Shades of Medium Orchid #BB67DF

Tints of Medium Orchid #BB67DF

RGB

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

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

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

R = 36.45%
G = 20.08%
B = 43.47%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB67DF (or 0xBB67DF) is known color: Medium Orchid. HEX triplet: BB, 67 and DF. RGB value is (187,103,223). Sum of RGB (Red+Green+Blue) = 187+103+223=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67DF is #449820. Grayscale: #8D8D8D. Windows color (decimal): -4495393 or 14641083. OLE color: 14641083.

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

Color convert

RGB 187 103 223 -
CMYK 0.16 0.54 0 0.13
HSL 282º 0.65% 0.64% -
HSV(B) 282º 0.54% 0.87% -
XYZ 38.66 25.59 72.71 -
YUV 141.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 187 103 223 0.16 0.54 0 0.13 282 0.65 0.64
Hex BB 67 DF 10 36 0 D 11A 41 40
Octal 273 147 337 20 66 0 15 432 101 100
Binary 10111011 1100111 11011111 10000 110110 0 1101 100011010 1000001 1000000

Color Harmonies of #BB67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB67DF

Black with #BB67DF

Text Example


Text Example

White with #BB67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB67DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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