Html Css Color HEX #B442FD Medium Orchid

📋 copy color: '#B442FD'

red 180 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #B442FD

Tints of Medium Orchid #B442FD

RGB

 RED value IS 180 (70.7% from 255) = 36.07%

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

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

R = 36.07%
G = 13.23%
B = 50.7%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B442FD (or 0xB442FD) is known color: Medium Orchid. HEX triplet: B4, 42 and FD. RGB value is (180,66,253). Sum of RGB (Red+Green+Blue) = 180+66+253=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #B442FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B442FD is #4BBD02. Grayscale: #787878. Windows color (decimal): -4963587 or 16597684. OLE color: 16597684.

HSL color Cylindrical-coordinate representation of color #B442FD: hue angle of 276.58º 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 #B442FD is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 66 253 -
CMYK 0.29 0.74 0 0.01
HSL 276.58º 0.98% 0.63% -
HSV(B) 276.58º 0.74% 0.99% -
XYZ 38.5 20.69 94.89 -
YUV 121.4 202.27 169.79 -
System Red Green Blue C M Y K H S L
Decimal 180 66 253 0.29 0.74 0 0.01 276.58 0.98 0.63
Hex B4 42 FD 1D 4A 0 1 115 62 3F
Octal 264 102 375 35 112 0 1 425 142 77
Binary 10110100 1000010 11111101 11101 1001010 0 1 100010101 1100010 111111

Color Harmonies of #B442FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B442FD

Black with #B442FD

Text Example


Text Example

White with #B442FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B442FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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