Html Css Color HEX #B446FF Medium Orchid

📋 copy color: '#B446FF'

red 180 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #B446FF

Tints of Medium Orchid #B446FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.86%

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

R = 35.64%
G = 13.86%
B = 50.5%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B446FF (or 0xB446FF) is known color: Medium Orchid. HEX triplet: B4, 46 and FF. RGB value is (180,70,255). Sum of RGB (Red+Green+Blue) = 180+70+255=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #B446FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446FF is #4BB900. Grayscale: #7B7B7B. Windows color (decimal): -4962561 or 16729780. OLE color: 16729780.

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

Color convert

RGB 180 70 255 -
CMYK 0.29 0.73 0 0
HSL 275.68º 1% 0.64% -
HSV(B) 275.68º 0.73% 1% -
XYZ 39.06 21.3 96.66 -
YUV 123.98 201.94 167.96 -
System Red Green Blue C M Y K H S L
Decimal 180 70 255 0.29 0.73 0 0 275.68 1 0.64
Hex B4 46 FF 1D 49 0 0 114 64 40
Octal 264 106 377 35 111 0 0 424 144 100
Binary 10110100 1000110 11111111 11101 1001001 0 0 100010100 1100100 1000000

Color Harmonies of #B446FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446FF

Black with #B446FF

Text Example


Text Example

White with #B446FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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