Html Css Color HEX #B24FFD Medium Orchid

📋 copy color: '#B24FFD'

red 178 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #B24FFD

Tints of Medium Orchid #B24FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 34.9%
G = 15.49%
B = 49.61%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B24FFD (or 0xB24FFD) is known color: Medium Orchid. HEX triplet: B2, 4F and FD. RGB value is (178,79,253). Sum of RGB (Red+Green+Blue) = 178+79+253=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #B24FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B24FFD is #4DB002. Grayscale: #7F7F7F. Windows color (decimal): -5091331 or 16601010. OLE color: 16601010.

HSL color Cylindrical-coordinate representation of color #B24FFD: hue angle of 274.14º degrees, saturation: 0.98, 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 #B24FFD is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 79 253 -
CMYK 0.30 0.69 0 0.01
HSL 274.14º 0.98% 0.65% -
HSV(B) 274.14º 0.69% 0.99% -
XYZ 38.89 22.15 95.15 -
YUV 128.44 198.3 163.35 -
System Red Green Blue C M Y K H S L
Decimal 178 79 253 0.30 0.69 0 0.01 274.14 0.98 0.65
Hex B2 4F FD 1E 45 0 1 112 62 41
Octal 262 117 375 36 105 0 1 422 142 101
Binary 10110010 1001111 11111101 11110 1000101 0 1 100010010 1100010 1000001

Color Harmonies of #B24FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24FFD

Black with #B24FFD

Text Example


Text Example

White with #B24FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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