Html Css Color HEX #B24FEE Medium Orchid

📋 copy color: '#B24FEE'

red 178 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #B24FEE

Tints of Medium Orchid #B24FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.96%

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

R = 35.96%
G = 15.96%
B = 48.08%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B24FEE (or 0xB24FEE) is known color: Medium Orchid. HEX triplet: B2, 4F and EE. RGB value is (178,79,238). Sum of RGB (Red+Green+Blue) = 178+79+238=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #B24FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24FEE is #4DB011. Grayscale: #7E7E7E. Windows color (decimal): -5091346 or 15617970. OLE color: 15617970.

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

Color convert

RGB 178 79 238 -
CMYK 0.25 0.67 0 0.07
HSL 277.36º 0.82% 0.62% -
HSV(B) 277.36º 0.67% 0.93% -
XYZ 36.59 21.23 83.06 -
YUV 126.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 178 79 238 0.25 0.67 0 0.07 277.36 0.82 0.62
Hex B2 4F EE 19 43 0 7 115 52 3E
Octal 262 117 356 31 103 0 7 425 122 76
Binary 10110010 1001111 11101110 11001 1000011 0 111 100010101 1010010 111110

Color Harmonies of #B24FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FEE

Black with #B24FEE

Text Example


Text Example

White with #B24FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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