Html Css Color HEX #B24FCB Medium Orchid

📋 copy color: '#B24FCB'

red 178 ◦ green 79 ◦ blue 203

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

Shades of Medium Orchid #B24FCB

Tints of Medium Orchid #B24FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 38.7%
G = 17.17%
B = 44.13%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B24FCB (or 0xB24FCB) is known color: Medium Orchid. HEX triplet: B2, 4F and CB. RGB value is (178,79,203). Sum of RGB (Red+Green+Blue) = 178+79+203=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #B24FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24FCB is #4DB034. Grayscale: #7A7A7A. Windows color (decimal): -5091381 or 13324210. OLE color: 13324210.

HSL color Cylindrical-coordinate representation of color #B24FCB: hue angle of 287.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24FCB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 79 203 -
CMYK 0.12 0.61 0 0.20
HSL 287.9º 0.54% 0.55% -
HSV(B) 287.9º 0.61% 0.8% -
XYZ 31.94 19.37 58.56 -
YUV 122.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 178 79 203 0.12 0.61 0 0.20 287.9 0.54 0.55
Hex B2 4F CB C 3D 0 14 120 36 37
Octal 262 117 313 14 75 0 24 440 66 67
Binary 10110010 1001111 11001011 1100 111101 0 10100 100100000 110110 110111

Color Harmonies of #B24FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FCB

Black with #B24FCB

Text Example


Text Example

White with #B24FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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