Html Css Color HEX #B24FFC Medium Orchid

📋 copy color: '#B24FFC'

red 178 ◦ green 79 ◦ blue 252

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

Shades of Medium Orchid #B24FFC

Tints of Medium Orchid #B24FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 34.97%
G = 15.52%
B = 49.51%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B24FFC (or 0xB24FFC) is known color: Medium Orchid. HEX triplet: B2, 4F and FC. RGB value is (178,79,252). Sum of RGB (Red+Green+Blue) = 178+79+252=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #B24FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24FFC is #4DB003. Grayscale: #7F7F7F. Windows color (decimal): -5091332 or 16535474. OLE color: 16535474.

HSL color Cylindrical-coordinate representation of color #B24FFC: hue angle of 274.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B24FFC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 79 252 -
CMYK 0.29 0.69 0 0.01
HSL 274.34º 0.97% 0.65% -
HSV(B) 274.34º 0.69% 0.99% -
XYZ 38.73 22.09 94.32 -
YUV 128.32 197.8 163.43 -
System Red Green Blue C M Y K H S L
Decimal 178 79 252 0.29 0.69 0 0.01 274.34 0.97 0.65
Hex B2 4F FC 1D 45 0 1 112 61 41
Octal 262 117 374 35 105 0 1 422 141 101
Binary 10110010 1001111 11111100 11101 1000101 0 1 100010010 1100001 1000001

Color Harmonies of #B24FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FFC

Black with #B24FFC

Text Example


Text Example

White with #B24FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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