Html Css Color HEX #BB6CCA Medium Orchid

📋 copy color: '#BB6CCA'

red 187 ◦ green 108 ◦ blue 202

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

Shades of Medium Orchid #BB6CCA

Tints of Medium Orchid #BB6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.73%

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

R = 37.63%
G = 21.73%
B = 40.64%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB6CCA (or 0xBB6CCA) is known color: Medium Orchid. HEX triplet: BB, 6C and CA. RGB value is (187,108,202). Sum of RGB (Red+Green+Blue) = 187+108+202=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CCA is #449335. Grayscale: #8E8E8E. Windows color (decimal): -4494134 or 13266107. OLE color: 13266107.

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

Color convert

RGB 187 108 202 -
CMYK 0.07 0.47 0 0.21
HSL 290.43º 0.47% 0.61% -
HSV(B) 290.43º 0.47% 0.79% -
XYZ 36.52 25.55 58.88 -
YUV 142.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 187 108 202 0.07 0.47 0 0.21 290.43 0.47 0.61
Hex BB 6C CA 7 2F 0 15 122 2F 3D
Octal 273 154 312 7 57 0 25 442 57 75
Binary 10111011 1101100 11001010 111 101111 0 10101 100100010 101111 111101

Color Harmonies of #BB6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CCA

Black with #BB6CCA

Text Example


Text Example

White with #BB6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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