Html Css Color HEX #B254ED Medium Orchid

📋 copy color: '#B254ED'

red 178 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #B254ED

Tints of Medium Orchid #B254ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.83%

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 35.67%
G = 16.83%
B = 47.49%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B254ED (or 0xB254ED) is known color: Medium Orchid. HEX triplet: B2, 54 and ED. RGB value is (178,84,237). Sum of RGB (Red+Green+Blue) = 178+84+237=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #B254ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B254ED is #4DAB12. Grayscale: #818181. Windows color (decimal): -5090067 or 15553714. OLE color: 15553714.

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

Color convert

RGB 178 84 237 -
CMYK 0.25 0.65 0 0.07
HSL 276.86º 0.81% 0.63% -
HSV(B) 276.86º 0.65% 0.93% -
XYZ 36.82 21.92 82.41 -
YUV 129.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 178 84 237 0.25 0.65 0 0.07 276.86 0.81 0.63
Hex B2 54 ED 19 41 0 7 115 51 3F
Octal 262 124 355 31 101 0 7 425 121 77
Binary 10110010 1010100 11101101 11001 1000001 0 111 100010101 1010001 111111

Color Harmonies of #B254ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254ED

Black with #B254ED

Text Example


Text Example

White with #B254ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254ED; }

 p { color: rgb(178,84,237); }

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

background-color css

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

 a { background-color: rgb(178,84,237); }

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

border-color css

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

 span { border-color: rgb(178,84,237); }

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