Html Css Color HEX #B24DFA Medium Orchid

📋 copy color: '#B24DFA'

red 178 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #B24DFA

Tints of Medium Orchid #B24DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.25%

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

R = 35.25%
G = 15.25%
B = 49.5%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B24DFA (or 0xB24DFA) is known color: Medium Orchid. HEX triplet: B2, 4D and FA. RGB value is (178,77,250). Sum of RGB (Red+Green+Blue) = 178+77+250=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #B24DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24DFA is #4DB205. Grayscale: #7E7E7E. Windows color (decimal): -5091846 or 16403890. OLE color: 16403890.

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

Color convert

RGB 178 77 250 -
CMYK 0.29 0.69 0 0.02
HSL 275.03º 0.95% 0.64% -
HSV(B) 275.03º 0.69% 0.98% -
XYZ 38.27 21.67 92.61 -
YUV 126.92 197.46 164.43 -
System Red Green Blue C M Y K H S L
Decimal 178 77 250 0.29 0.69 0 0.02 275.03 0.95 0.64
Hex B2 4D FA 1D 45 0 2 113 5F 40
Octal 262 115 372 35 105 0 2 423 137 100
Binary 10110010 1001101 11111010 11101 1000101 0 10 100010011 1011111 1000000

Color Harmonies of #B24DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24DFA

Black with #B24DFA

Text Example


Text Example

White with #B24DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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