Html Css Color HEX #B442FF Medium Orchid

📋 copy color: '#B442FF'

red 180 ◦ green 66 ◦ blue 255

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

Shades of Medium Orchid #B442FF

Tints of Medium Orchid #B442FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 35.93%
G = 13.17%
B = 50.9%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B442FF (or 0xB442FF) is known color: Medium Orchid. HEX triplet: B4, 42 and FF. RGB value is (180,66,255). Sum of RGB (Red+Green+Blue) = 180+66+255=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #B442FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B442FF is #4BBD00. Grayscale: #787878. Windows color (decimal): -4963585 or 16728756. OLE color: 16728756.

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

Color convert

RGB 180 66 255 -
CMYK 0.29 0.74 0 0
HSL 276.19º 1% 0.63% -
HSV(B) 276.19º 0.74% 1% -
XYZ 38.82 20.82 96.58 -
YUV 121.63 203.27 169.63 -
System Red Green Blue C M Y K H S L
Decimal 180 66 255 0.29 0.74 0 0 276.19 1 0.63
Hex B4 42 FF 1D 4A 0 0 114 64 3F
Octal 264 102 377 35 112 0 0 424 144 77
Binary 10110100 1000010 11111111 11101 1001010 0 0 100010100 1100100 111111

Color Harmonies of #B442FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B442FF

Black with #B442FF

Text Example


Text Example

White with #B442FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B442FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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