Html Css Color HEX #B258FE Medium Orchid

📋 copy color: '#B258FE'

red 178 ◦ green 88 ◦ blue 254

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

Shades of Medium Orchid #B258FE

Tints of Medium Orchid #B258FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 34.23%
G = 16.92%
B = 48.85%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B258FE (or 0xB258FE) is known color: Medium Orchid. HEX triplet: B2, 58 and FE. RGB value is (178,88,254). Sum of RGB (Red+Green+Blue) = 178+88+254=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #B258FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B258FE is #4DA701. Grayscale: #858585. Windows color (decimal): -5089026 or 16668850. OLE color: 16668850.

HSL color Cylindrical-coordinate representation of color #B258FE: hue angle of 272.53º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B258FE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 88 254 -
CMYK 0.30 0.65 0 0.00
HSL 272.53º 0.99% 0.67% -
HSV(B) 272.53º 0.65% 1% -
XYZ 39.74 23.6 96.23 -
YUV 133.83 195.82 159.5 -
System Red Green Blue C M Y K H S L
Decimal 178 88 254 0.30 0.65 0 0.00 272.53 0.99 0.67
Hex B2 58 FE 1E 41 0 0 111 63 43
Octal 262 130 376 36 101 0 0 421 143 103
Binary 10110010 1011000 11111110 11110 1000001 0 0 100010001 1100011 1000011

Color Harmonies of #B258FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B258FE

Black with #B258FE

Text Example


Text Example

White with #B258FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B258FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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