Html Css Color HEX #B264EC Medium Orchid

📋 copy color: '#B264EC'

red 178 ◦ green 100 ◦ blue 236

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

Shades of Medium Orchid #B264EC

Tints of Medium Orchid #B264EC

RGB

 RED value IS 178 (69.92% from 255) = 34.63%

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

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 34.63%
G = 19.46%
B = 45.91%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B264EC (or 0xB264EC) is known color: Medium Orchid. HEX triplet: B2, 64 and EC. RGB value is (178,100,236). Sum of RGB (Red+Green+Blue) = 178+100+236=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #B264EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B264EC is #4D9B13. Grayscale: #8A8A8A. Windows color (decimal): -5085972 or 15492274. OLE color: 15492274.

HSL color Cylindrical-coordinate representation of color #B264EC: hue angle of 274.41º degrees, saturation: 0.78, 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 #B264EC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 100 236 -
CMYK 0.25 0.58 0 0.07
HSL 274.41º 0.78% 0.66% -
HSV(B) 274.41º 0.58% 0.93% -
XYZ 38.06 24.64 82.11 -
YUV 138.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 178 100 236 0.25 0.58 0 0.07 274.41 0.78 0.66
Hex B2 64 EC 19 3A 0 7 112 4E 42
Octal 262 144 354 31 72 0 7 422 116 102
Binary 10110010 1100100 11101100 11001 111010 0 111 100010010 1001110 1000010

Color Harmonies of #B264EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264EC

Black with #B264EC

Text Example


Text Example

White with #B264EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264EC; }

 p { color: rgb(178,100,236); }

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

background-color css

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

 a { background-color: rgb(178,100,236); }

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

border-color css

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

 span { border-color: rgb(178,100,236); }

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