Html Css Color HEX #B64FEB Medium Orchid

📋 copy color: '#B64FEB'

red 182 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #B64FEB

Tints of Medium Orchid #B64FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.93%

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 36.69%
G = 15.93%
B = 47.38%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B64FEB (or 0xB64FEB) is known color: Medium Orchid. HEX triplet: B6, 4F and EB. RGB value is (182,79,235). Sum of RGB (Red+Green+Blue) = 182+79+235=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #B64FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FEB is #49B014. Grayscale: #7F7F7F. Windows color (decimal): -4829205 or 15421366. OLE color: 15421366.

HSL color Cylindrical-coordinate representation of color #B64FEB: hue angle of 279.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B64FEB is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 79 235 -
CMYK 0.23 0.66 0 0.08
HSL 279.62º 0.8% 0.62% -
HSV(B) 279.62º 0.66% 0.92% -
XYZ 37.08 21.54 80.8 -
YUV 127.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 182 79 235 0.23 0.66 0 0.08 279.62 0.8 0.62
Hex B6 4F EB 17 42 0 8 118 50 3E
Octal 266 117 353 27 102 0 10 430 120 76
Binary 10110110 1001111 11101011 10111 1000010 0 1000 100011000 1010000 111110

Color Harmonies of #B64FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FEB

Black with #B64FEB

Text Example


Text Example

White with #B64FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FEB; }

 p { color: rgb(182,79,235); }

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

background-color css

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

 a { background-color: rgb(182,79,235); }

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

border-color css

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

 span { border-color: rgb(182,79,235); }

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