Html Css Color HEX #B064EE Medium Orchid

📋 copy color: '#B064EE'

red 176 ◦ green 100 ◦ blue 238

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

Shades of Medium Orchid #B064EE

Tints of Medium Orchid #B064EE

RGB

 RED value IS 176 (69.14% from 255) = 34.24%

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

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 34.24%
G = 19.46%
B = 46.3%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B064EE (or 0xB064EE) is known color: Medium Orchid. HEX triplet: B0, 64 and EE. RGB value is (176,100,238). Sum of RGB (Red+Green+Blue) = 176+100+238=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #B064EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B064EE is #4F9B11. Grayscale: #898989. Windows color (decimal): -5217042 or 15623344. OLE color: 15623344.

HSL color Cylindrical-coordinate representation of color #B064EE: hue angle of 273.04º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B064EE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 100 238 -
CMYK 0.26 0.58 0 0.07
HSL 273.04º 0.8% 0.66% -
HSV(B) 273.04º 0.58% 0.93% -
XYZ 37.89 24.52 83.62 -
YUV 138.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 176 100 238 0.26 0.58 0 0.07 273.04 0.8 0.66
Hex B0 64 EE 1A 3A 0 7 111 50 42
Octal 260 144 356 32 72 0 7 421 120 102
Binary 10110000 1100100 11101110 11010 111010 0 111 100010001 1010000 1000010

Color Harmonies of #B064EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064EE

Black with #B064EE

Text Example


Text Example

White with #B064EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064EE; }

 p { color: rgb(176,100,238); }

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

background-color css

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

 a { background-color: rgb(176,100,238); }

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

border-color css

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

 span { border-color: rgb(176,100,238); }

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