Html Css Color HEX #B264E6 Medium Orchid

📋 copy color: '#B264E6'

red 178 ◦ green 100 ◦ blue 230

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

Shades of Medium Orchid #B264E6

Tints of Medium Orchid #B264E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.28%

R = 35.04%
G = 19.69%
B = 45.28%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B264E6 (or 0xB264E6) is known color: Medium Orchid. HEX triplet: B2, 64 and E6. RGB value is (178,100,230). Sum of RGB (Red+Green+Blue) = 178+100+230=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #B264E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B264E6 is #4D9B19. Grayscale: #898989. Windows color (decimal): -5085978 or 15099058. OLE color: 15099058.

HSL color Cylindrical-coordinate representation of color #B264E6: hue angle of 276º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B264E6 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 100 230 -
CMYK 0.23 0.57 0 0.10
HSL 276º 0.72% 0.65% -
HSV(B) 276º 0.57% 0.9% -
XYZ 37.2 24.29 77.59 -
YUV 138.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 178 100 230 0.23 0.57 0 0.10 276 0.72 0.65
Hex B2 64 E6 17 39 0 A 114 48 41
Octal 262 144 346 27 71 0 12 424 110 101
Binary 10110010 1100100 11100110 10111 111001 0 1010 100010100 1001000 1000001

Color Harmonies of #B264E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264E6

Black with #B264E6

Text Example


Text Example

White with #B264E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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