Html Css Color HEX #BB68DF Medium Orchid

📋 copy color: '#BB68DF'

red 187 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #BB68DF

Tints of Medium Orchid #BB68DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.23%

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

R = 36.38%
G = 20.23%
B = 43.39%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB68DF (or 0xBB68DF) is known color: Medium Orchid. HEX triplet: BB, 68 and DF. RGB value is (187,104,223). Sum of RGB (Red+Green+Blue) = 187+104+223=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68DF is #449720. Grayscale: #8D8D8D. Windows color (decimal): -4495137 or 14641339. OLE color: 14641339.

HSL color Cylindrical-coordinate representation of color #BB68DF: hue angle of 281.85º degrees, saturation: 0.65, 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 #BB68DF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 104 223 -
CMYK 0.16 0.53 0 0.13
HSL 281.85º 0.65% 0.64% -
HSV(B) 281.85º 0.53% 0.87% -
XYZ 38.76 25.79 72.75 -
YUV 142.38 173.5 159.82 -
System Red Green Blue C M Y K H S L
Decimal 187 104 223 0.16 0.53 0 0.13 281.85 0.65 0.64
Hex BB 68 DF 10 35 0 D 11A 41 40
Octal 273 150 337 20 65 0 15 432 101 100
Binary 10111011 1101000 11011111 10000 110101 0 1101 100011010 1000001 1000000

Color Harmonies of #BB68DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68DF

Black with #BB68DF

Text Example


Text Example

White with #BB68DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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