Html Css Color HEX #B66BCA Medium Orchid

📋 copy color: '#B66BCA'

red 182 ◦ green 107 ◦ blue 202

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

Shades of Medium Orchid #B66BCA

Tints of Medium Orchid #B66BCA

RGB

 RED value IS 182 (71.48% from 255) = 37.07%

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

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

R = 37.07%
G = 21.79%
B = 41.14%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B66BCA (or 0xB66BCA) is known color: Medium Orchid. HEX triplet: B6, 6B and CA. RGB value is (182,107,202). Sum of RGB (Red+Green+Blue) = 182+107+202=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #B66BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BCA is #499435. Grayscale: #8B8B8B. Windows color (decimal): -4822070 or 13265846. OLE color: 13265846.

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

Color convert

RGB 182 107 202 -
CMYK 0.10 0.47 0 0.21
HSL 287.37º 0.47% 0.61% -
HSV(B) 287.37º 0.47% 0.79% -
XYZ 35.21 24.72 58.79 -
YUV 140.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 182 107 202 0.10 0.47 0 0.21 287.37 0.47 0.61
Hex B6 6B CA A 2F 0 15 11F 2F 3D
Octal 266 153 312 12 57 0 25 437 57 75
Binary 10110110 1101011 11001010 1010 101111 0 10101 100011111 101111 111101

Color Harmonies of #B66BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BCA

Black with #B66BCA

Text Example


Text Example

White with #B66BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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