Html Css Color HEX #B24CFA Medium Orchid

📋 copy color: '#B24CFA'

red 178 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #B24CFA

Tints of Medium Orchid #B24CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 35.32%
G = 15.08%
B = 49.6%

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

#B24CFA (or 0xB24CFA) is known color: Medium Orchid. HEX triplet: B2, 4C and FA. RGB value is (178,76,250). Sum of RGB (Red+Green+Blue) = 178+76+250=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #B24CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B24CFA is #4DB305. Grayscale: #7D7D7D. Windows color (decimal): -5092102 or 16403634. OLE color: 16403634.

HSL color Cylindrical-coordinate representation of color #B24CFA: hue angle of 275.17º degrees, saturation: 0.95, 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 #B24CFA is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 76 250 -
CMYK 0.29 0.70 0 0.02
HSL 275.17º 0.95% 0.64% -
HSV(B) 275.17º 0.7% 0.98% -
XYZ 38.2 21.54 92.59 -
YUV 126.33 197.79 164.85 -
System Red Green Blue C M Y K H S L
Decimal 178 76 250 0.29 0.70 0 0.02 275.17 0.95 0.64
Hex B2 4C FA 1D 46 0 2 113 5F 40
Octal 262 114 372 35 106 0 2 423 137 100
Binary 10110010 1001100 11111010 11101 1000110 0 10 100010011 1011111 1000000

Color Harmonies of #B24CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24CFA

Black with #B24CFA

Text Example


Text Example

White with #B24CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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