Html Css Color HEX #B64CE2 Medium Orchid

📋 copy color: '#B64CE2'

red 182 ◦ green 76 ◦ blue 226

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

Shades of Medium Orchid #B64CE2

Tints of Medium Orchid #B64CE2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.7%

 BLUE value IS 226 (88.67% from 255) = 46.69%

R = 37.6%
G = 15.7%
B = 46.69%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B64CE2 (or 0xB64CE2) is known color: Medium Orchid. HEX triplet: B6, 4C and E2. RGB value is (182,76,226). Sum of RGB (Red+Green+Blue) = 182+76+226=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #B64CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CE2 is #49B31D. Grayscale: #7C7C7C. Windows color (decimal): -4829982 or 14830774. OLE color: 14830774.

HSL color Cylindrical-coordinate representation of color #B64CE2: hue angle of 282.4º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B64CE2 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 76 226 -
CMYK 0.19 0.66 0 0.11
HSL 282.4º 0.72% 0.59% -
HSV(B) 282.4º 0.66% 0.89% -
XYZ 35.6 20.6 74.05 -
YUV 124.79 185.12 168.8 -
System Red Green Blue C M Y K H S L
Decimal 182 76 226 0.19 0.66 0 0.11 282.4 0.72 0.59
Hex B6 4C E2 13 42 0 B 11A 48 3B
Octal 266 114 342 23 102 0 13 432 110 73
Binary 10110110 1001100 11100010 10011 1000010 0 1011 100011010 1001000 111011

Color Harmonies of #B64CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CE2

Black with #B64CE2

Text Example


Text Example

White with #B64CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CE2; }

 p { color: rgb(182,76,226); }

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

background-color css

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

 a { background-color: rgb(182,76,226); }

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

border-color css

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

 span { border-color: rgb(182,76,226); }

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