Html Css Color HEX #B258EA Medium Orchid

📋 copy color: '#B258EA'

red 178 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #B258EA

Tints of Medium Orchid #B258EA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.6%

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

R = 35.6%
G = 17.6%
B = 46.8%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B258EA (or 0xB258EA) is known color: Medium Orchid. HEX triplet: B2, 58 and EA. RGB value is (178,88,234). Sum of RGB (Red+Green+Blue) = 178+88+234=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #B258EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B258EA is #4DA715. Grayscale: #838383. Windows color (decimal): -5089046 or 15358130. OLE color: 15358130.

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

Color convert

RGB 178 88 234 -
CMYK 0.24 0.62 0 0.08
HSL 276.99º 0.78% 0.63% -
HSV(B) 276.99º 0.62% 0.92% -
XYZ 36.7 22.38 80.23 -
YUV 131.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 178 88 234 0.24 0.62 0 0.08 276.99 0.78 0.63
Hex B2 58 EA 18 3E 0 8 115 4E 3F
Octal 262 130 352 30 76 0 10 425 116 77
Binary 10110010 1011000 11101010 11000 111110 0 1000 100010101 1001110 111111

Color Harmonies of #B258EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B258EA

Black with #B258EA

Text Example


Text Example

White with #B258EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B258EA; }

 p { color: rgb(178,88,234); }

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

background-color css

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

 a { background-color: rgb(178,88,234); }

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

border-color css

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

 span { border-color: rgb(178,88,234); }

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