Html Css Color HEX #BB6BCA Medium Orchid

📋 copy color: '#BB6BCA'

red 187 ◦ green 107 ◦ blue 202

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

Shades of Medium Orchid #BB6BCA

Tints of Medium Orchid #BB6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.57%

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

R = 37.7%
G = 21.57%
B = 40.73%

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

#BB6BCA (or 0xBB6BCA) is known color: Medium Orchid. HEX triplet: BB, 6B and CA. RGB value is (187,107,202). Sum of RGB (Red+Green+Blue) = 187+107+202=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BCA is #449435. Grayscale: #8D8D8D. Windows color (decimal): -4494390 or 13265851. OLE color: 13265851.

HSL color Cylindrical-coordinate representation of color #BB6BCA: hue angle of 290.53º 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 #BB6BCA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 107 202 -
CMYK 0.07 0.47 0 0.21
HSL 290.53º 0.47% 0.61% -
HSV(B) 290.53º 0.47% 0.79% -
XYZ 36.41 25.34 58.85 -
YUV 141.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 187 107 202 0.07 0.47 0 0.21 290.53 0.47 0.61
Hex BB 6B CA 7 2F 0 15 123 2F 3D
Octal 273 153 312 7 57 0 25 443 57 75
Binary 10111011 1101011 11001010 111 101111 0 10101 100100011 101111 111101

Color Harmonies of #BB6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BCA

Black with #BB6BCA

Text Example


Text Example

White with #BB6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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