Html Css Color HEX #B24BEE Medium Orchid

📋 copy color: '#B24BEE'

red 178 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #B24BEE

Tints of Medium Orchid #B24BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.27%

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

R = 36.25%
G = 15.27%
B = 48.47%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B24BEE (or 0xB24BEE) is known color: Medium Orchid. HEX triplet: B2, 4B and EE. RGB value is (178,75,238). Sum of RGB (Red+Green+Blue) = 178+75+238=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #B24BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24BEE is #4DB411. Grayscale: #7B7B7B. Windows color (decimal): -5092370 or 15616946. OLE color: 15616946.

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

Color convert

RGB 178 75 238 -
CMYK 0.25 0.68 0 0.07
HSL 277.91º 0.83% 0.61% -
HSV(B) 277.91º 0.68% 0.93% -
XYZ 36.31 20.67 82.96 -
YUV 124.38 192.12 166.25 -
System Red Green Blue C M Y K H S L
Decimal 178 75 238 0.25 0.68 0 0.07 277.91 0.83 0.61
Hex B2 4B EE 19 44 0 7 116 53 3D
Octal 262 113 356 31 104 0 7 426 123 75
Binary 10110010 1001011 11101110 11001 1000100 0 111 100010110 1010011 111101

Color Harmonies of #B24BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BEE

Black with #B24BEE

Text Example


Text Example

White with #B24BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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