Html Css Color HEX #B24CFB Medium Orchid

📋 copy color: '#B24CFB'

red 178 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #B24CFB

Tints of Medium Orchid #B24CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.05%

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 35.25%
G = 15.05%
B = 49.7%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B24CFB (or 0xB24CFB) is known color: Medium Orchid. HEX triplet: B2, 4C and FB. RGB value is (178,76,251). Sum of RGB (Red+Green+Blue) = 178+76+251=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #B24CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24CFB is #4DB304. Grayscale: #7D7D7D. Windows color (decimal): -5092101 or 16469170. OLE color: 16469170.

HSL color Cylindrical-coordinate representation of color #B24CFB: hue angle of 274.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B24CFB is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 76 251 -
CMYK 0.29 0.70 0 0.02
HSL 274.97º 0.96% 0.64% -
HSV(B) 274.97º 0.7% 0.98% -
XYZ 38.36 21.6 93.41 -
YUV 126.45 198.29 164.77 -
System Red Green Blue C M Y K H S L
Decimal 178 76 251 0.29 0.70 0 0.02 274.97 0.96 0.64
Hex B2 4C FB 1D 46 0 2 113 60 40
Octal 262 114 373 35 106 0 2 423 140 100
Binary 10110010 1001100 11111011 11101 1000110 0 10 100010011 1100000 1000000

Color Harmonies of #B24CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CFB

Black with #B24CFB

Text Example


Text Example

White with #B24CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CFB; }

 p { color: rgb(178,76,251); }

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

background-color css

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

 a { background-color: rgb(178,76,251); }

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

border-color css

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

 span { border-color: rgb(178,76,251); }

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