Html Css Color HEX #BB68CA Medium Orchid

📋 copy color: '#BB68CA'

red 187 ◦ green 104 ◦ blue 202

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

Shades of Medium Orchid #BB68CA

Tints of Medium Orchid #BB68CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 37.93%
G = 21.1%
B = 40.97%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB68CA (or 0xBB68CA) is known color: Medium Orchid. HEX triplet: BB, 68 and CA. RGB value is (187,104,202). Sum of RGB (Red+Green+Blue) = 187+104+202=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68CA is #449735. Grayscale: #8B8B8B. Windows color (decimal): -4495158 or 13265083. OLE color: 13265083.

HSL color Cylindrical-coordinate representation of color #BB68CA: hue angle of 290.82º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB68CA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 104 202 -
CMYK 0.07 0.49 0 0.21
HSL 290.82º 0.48% 0.6% -
HSV(B) 290.82º 0.49% 0.79% -
XYZ 36.1 24.73 58.75 -
YUV 139.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 187 104 202 0.07 0.49 0 0.21 290.82 0.48 0.6
Hex BB 68 CA 7 31 0 15 123 30 3C
Octal 273 150 312 7 61 0 25 443 60 74
Binary 10111011 1101000 11001010 111 110001 0 10101 100100011 110000 111100

Color Harmonies of #BB68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68CA

Black with #BB68CA

Text Example


Text Example

White with #BB68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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