Html Css Color HEX #BB68C7 Medium Orchid

📋 copy color: '#BB68C7'

red 187 ◦ green 104 ◦ blue 199

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

Shades of Medium Orchid #BB68C7

Tints of Medium Orchid #BB68C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.61%

R = 38.16%
G = 21.22%
B = 40.61%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB68C7 (or 0xBB68C7) is known color: Medium Orchid. HEX triplet: BB, 68 and C7. RGB value is (187,104,199). Sum of RGB (Red+Green+Blue) = 187+104+199=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB68C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68C7 is #449738. Grayscale: #8B8B8B. Windows color (decimal): -4495161 or 13068475. OLE color: 13068475.

HSL color Cylindrical-coordinate representation of color #BB68C7: hue angle of 292.42º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB68C7 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 104 199 -
CMYK 0.06 0.48 0 0.22
HSL 292.42º 0.46% 0.59% -
HSV(B) 292.42º 0.48% 0.78% -
XYZ 35.75 24.59 56.89 -
YUV 139.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 187 104 199 0.06 0.48 0 0.22 292.42 0.46 0.59
Hex BB 68 C7 6 30 0 16 124 2E 3B
Octal 273 150 307 6 60 0 26 444 56 73
Binary 10111011 1101000 11000111 110 110000 0 10110 100100100 101110 111011

Color Harmonies of #BB68C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68C7

Black with #BB68C7

Text Example


Text Example

White with #BB68C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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