Html Css Color HEX #B445FF Medium Orchid

📋 copy color: '#B445FF'

red 180 ◦ green 69 ◦ blue 255

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

Shades of Medium Orchid #B445FF

Tints of Medium Orchid #B445FF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.69%

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

R = 35.71%
G = 13.69%
B = 50.6%

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

#B445FF (or 0xB445FF) is known color: Medium Orchid. HEX triplet: B4, 45 and FF. RGB value is (180,69,255). Sum of RGB (Red+Green+Blue) = 180+69+255=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #B445FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B445FF is #4BBA00. Grayscale: #7A7A7A. Windows color (decimal): -4962817 or 16729524. OLE color: 16729524.

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

Color convert

RGB 180 69 255 -
CMYK 0.29 0.73 0 0
HSL 275.81º 1% 0.64% -
HSV(B) 275.81º 0.73% 1% -
XYZ 39 21.18 96.64 -
YUV 123.39 202.27 168.38 -
System Red Green Blue C M Y K H S L
Decimal 180 69 255 0.29 0.73 0 0 275.81 1 0.64
Hex B4 45 FF 1D 49 0 0 114 64 40
Octal 264 105 377 35 111 0 0 424 144 100
Binary 10110100 1000101 11111111 11101 1001001 0 0 100010100 1100100 1000000

Color Harmonies of #B445FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445FF

Black with #B445FF

Text Example


Text Example

White with #B445FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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