Html Css Color HEX #B242FD Medium Orchid

📋 copy color: '#B242FD'

red 178 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #B242FD

Tints of Medium Orchid #B242FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.28%

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

R = 35.81%
G = 13.28%
B = 50.91%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B242FD (or 0xB242FD) is known color: Medium Orchid. HEX triplet: B2, 42 and FD. RGB value is (178,66,253). Sum of RGB (Red+Green+Blue) = 178+66+253=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #B242FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B242FD is #4DBD02. Grayscale: #787878. Windows color (decimal): -5094659 or 16597682. OLE color: 16597682.

HSL color Cylindrical-coordinate representation of color #B242FD: hue angle of 275.94º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B242FD is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 66 253 -
CMYK 0.30 0.74 0 0.01
HSL 275.94º 0.98% 0.63% -
HSV(B) 275.94º 0.74% 0.99% -
XYZ 38.04 20.45 94.87 -
YUV 120.81 202.61 168.79 -
System Red Green Blue C M Y K H S L
Decimal 178 66 253 0.30 0.74 0 0.01 275.94 0.98 0.63
Hex B2 42 FD 1E 4A 0 1 114 62 3F
Octal 262 102 375 36 112 0 1 424 142 77
Binary 10110010 1000010 11111101 11110 1001010 0 1 100010100 1100010 111111

Color Harmonies of #B242FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B242FD

Black with #B242FD

Text Example


Text Example

White with #B242FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B242FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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