Html Css Color HEX #B64FEA Medium Orchid

📋 copy color: '#B64FEA'

red 182 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #B64FEA

Tints of Medium Orchid #B64FEA

RGB

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

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

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

R = 36.77%
G = 15.96%
B = 47.27%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B64FEA (or 0xB64FEA) is known color: Medium Orchid. HEX triplet: B6, 4F and EA. RGB value is (182,79,234). Sum of RGB (Red+Green+Blue) = 182+79+234=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #B64FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FEA is #49B015. Grayscale: #7E7E7E. Windows color (decimal): -4829206 or 15355830. OLE color: 15355830.

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

Color convert

RGB 182 79 234 -
CMYK 0.22 0.66 0 0.08
HSL 279.87º 0.79% 0.61% -
HSV(B) 279.87º 0.66% 0.92% -
XYZ 36.94 21.48 80.04 -
YUV 127.47 188.12 166.9 -
System Red Green Blue C M Y K H S L
Decimal 182 79 234 0.22 0.66 0 0.08 279.87 0.79 0.61
Hex B6 4F EA 16 42 0 8 118 4F 3D
Octal 266 117 352 26 102 0 10 430 117 75
Binary 10110110 1001111 11101010 10110 1000010 0 1000 100011000 1001111 111101

Color Harmonies of #B64FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FEA

Black with #B64FEA

Text Example


Text Example

White with #B64FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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