Html Css Color HEX #B64CEA Medium Orchid

📋 copy color: '#B64CEA'

red 182 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #B64CEA

Tints of Medium Orchid #B64CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.56%

R = 36.99%
G = 15.45%
B = 47.56%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B64CEA (or 0xB64CEA) is known color: Medium Orchid. HEX triplet: B6, 4C and EA. RGB value is (182,76,234). Sum of RGB (Red+Green+Blue) = 182+76+234=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #B64CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64CEA is #49B315. Grayscale: #7D7D7D. Windows color (decimal): -4829974 or 15355062. OLE color: 15355062.

HSL color Cylindrical-coordinate representation of color #B64CEA: hue angle of 280.25º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B64CEA is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 76 234 -
CMYK 0.22 0.68 0 0.08
HSL 280.25º 0.79% 0.61% -
HSV(B) 280.25º 0.68% 0.92% -
XYZ 36.73 21.05 79.97 -
YUV 125.71 189.12 168.15 -
System Red Green Blue C M Y K H S L
Decimal 182 76 234 0.22 0.68 0 0.08 280.25 0.79 0.61
Hex B6 4C EA 16 44 0 8 118 4F 3D
Octal 266 114 352 26 104 0 10 430 117 75
Binary 10110110 1001100 11101010 10110 1000100 0 1000 100011000 1001111 111101

Color Harmonies of #B64CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CEA

Black with #B64CEA

Text Example


Text Example

White with #B64CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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