Html Css Color HEX #B24BF2 Medium Orchid

📋 copy color: '#B24BF2'

red 178 ◦ green 75 ◦ blue 242

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

Shades of Medium Orchid #B24BF2

Tints of Medium Orchid #B24BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.89%

R = 35.96%
G = 15.15%
B = 48.89%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B24BF2 (or 0xB24BF2) is known color: Medium Orchid. HEX triplet: B2, 4B and F2. RGB value is (178,75,242). Sum of RGB (Red+Green+Blue) = 178+75+242=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #B24BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24BF2 is #4DB40D. Grayscale: #7C7C7C. Windows color (decimal): -5092366 or 15879090. OLE color: 15879090.

HSL color Cylindrical-coordinate representation of color #B24BF2: hue angle of 277.01º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B24BF2 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 75 242 -
CMYK 0.26 0.69 0 0.05
HSL 277.01º 0.87% 0.62% -
HSV(B) 277.01º 0.69% 0.95% -
XYZ 36.9 20.91 86.1 -
YUV 124.84 194.12 165.92 -
System Red Green Blue C M Y K H S L
Decimal 178 75 242 0.26 0.69 0 0.05 277.01 0.87 0.62
Hex B2 4B F2 1A 45 0 5 115 57 3E
Octal 262 113 362 32 105 0 5 425 127 76
Binary 10110010 1001011 11110010 11010 1000101 0 101 100010101 1010111 111110

Color Harmonies of #B24BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24BF2

Black with #B24BF2

Text Example


Text Example

White with #B24BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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