Html Css Color HEX #B351EA Medium Orchid

📋 copy color: '#B351EA'

red 179 ◦ green 81 ◦ blue 234

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

Shades of Medium Orchid #B351EA

Tints of Medium Orchid #B351EA

RGB

 RED value IS 179 (70.31% from 255) = 36.23%

 GREEN value IS 81 (32.03% from 255) = 16.4%

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

R = 36.23%
G = 16.4%
B = 47.37%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B351EA (or 0xB351EA) is known color: Medium Orchid. HEX triplet: B3, 51 and EA. RGB value is (179,81,234). Sum of RGB (Red+Green+Blue) = 179+81+234=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #B351EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B351EA is #4CAE15. Grayscale: #7F7F7F. Windows color (decimal): -5025302 or 15356339. OLE color: 15356339.

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

Color convert

RGB 179 81 234 -
CMYK 0.24 0.65 0 0.08
HSL 278.43º 0.78% 0.62% -
HSV(B) 278.43º 0.65% 0.92% -
XYZ 36.38 21.41 80.06 -
YUV 127.74 187.97 164.56 -
System Red Green Blue C M Y K H S L
Decimal 179 81 234 0.24 0.65 0 0.08 278.43 0.78 0.62
Hex B3 51 EA 18 41 0 8 116 4E 3E
Octal 263 121 352 30 101 0 10 426 116 76
Binary 10110011 1010001 11101010 11000 1000001 0 1000 100010110 1001110 111110

Color Harmonies of #B351EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351EA

Black with #B351EA

Text Example


Text Example

White with #B351EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351EA; }

 p { color: rgb(179,81,234); }

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

background-color css

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

 a { background-color: rgb(179,81,234); }

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

border-color css

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

 span { border-color: rgb(179,81,234); }

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