Html Css Color HEX #B258EE Medium Orchid

📋 copy color: '#B258EE'

red 178 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #B258EE

Tints of Medium Orchid #B258EE

RGB

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

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

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

R = 35.32%
G = 17.46%
B = 47.22%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B258EE (or 0xB258EE) is known color: Medium Orchid. HEX triplet: B2, 58 and EE. RGB value is (178,88,238). Sum of RGB (Red+Green+Blue) = 178+88+238=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #B258EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B258EE is #4DA711. Grayscale: #838383. Windows color (decimal): -5089042 or 15620274. OLE color: 15620274.

HSL color Cylindrical-coordinate representation of color #B258EE: hue angle of 276º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B258EE is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 88 238 -
CMYK 0.25 0.63 0 0.07
HSL 276º 0.82% 0.64% -
HSV(B) 276º 0.63% 0.93% -
XYZ 37.28 22.62 83.29 -
YUV 132.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 178 88 238 0.25 0.63 0 0.07 276 0.82 0.64
Hex B2 58 EE 19 3F 0 7 114 52 40
Octal 262 130 356 31 77 0 7 424 122 100
Binary 10110010 1011000 11101110 11001 111111 0 111 100010100 1010010 1000000

Color Harmonies of #B258EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B258EE

Black with #B258EE

Text Example


Text Example

White with #B258EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B258EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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