Html Css Color HEX #B664CA Medium Orchid

📋 copy color: '#B664CA'

red 182 ◦ green 100 ◦ blue 202

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

Shades of Medium Orchid #B664CA

Tints of Medium Orchid #B664CA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.66%

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

R = 37.6%
G = 20.66%
B = 41.74%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B664CA (or 0xB664CA) is known color: Medium Orchid. HEX triplet: B6, 64 and CA. RGB value is (182,100,202). Sum of RGB (Red+Green+Blue) = 182+100+202=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #B664CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664CA is #499B35. Grayscale: #878787. Windows color (decimal): -4823862 or 13264054. OLE color: 13264054.

HSL color Cylindrical-coordinate representation of color #B664CA: hue angle of 288.24º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B664CA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 100 202 -
CMYK 0.10 0.50 0 0.21
HSL 288.24º 0.49% 0.59% -
HSV(B) 288.24º 0.5% 0.79% -
XYZ 34.51 23.32 58.56 -
YUV 136.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 182 100 202 0.10 0.50 0 0.21 288.24 0.49 0.59
Hex B6 64 CA A 32 0 15 120 31 3B
Octal 266 144 312 12 62 0 25 440 61 73
Binary 10110110 1100100 11001010 1010 110010 0 10101 100100000 110001 111011

Color Harmonies of #B664CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B664CA

Black with #B664CA

Text Example


Text Example

White with #B664CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B664CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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