Html Css Color HEX #B445CC Medium Orchid

📋 copy color: '#B445CC'

red 180 ◦ green 69 ◦ blue 204

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

Shades of Medium Orchid #B445CC

Tints of Medium Orchid #B445CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 39.74%
G = 15.23%
B = 45.03%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B445CC (or 0xB445CC) is known color: Medium Orchid. HEX triplet: B4, 45 and CC. RGB value is (180,69,204). Sum of RGB (Red+Green+Blue) = 180+69+204=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B445CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445CC is #4BBA33. Grayscale: #757575. Windows color (decimal): -4962868 or 13387188. OLE color: 13387188.

HSL color Cylindrical-coordinate representation of color #B445CC: hue angle of 289.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B445CC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 69 204 -
CMYK 0.12 0.66 0 0.2
HSL 289.33º 0.57% 0.54% -
HSV(B) 289.33º 0.66% 0.8% -
XYZ 31.85 18.32 58.98 -
YUV 117.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 180 69 204 0.12 0.66 0 0.2 289.33 0.57 0.54
Hex B4 45 CC C 42 0 14 121 39 36
Octal 264 105 314 14 102 0 24 441 71 66
Binary 10110100 1000101 11001100 1100 1000010 0 10100 100100001 111001 110110

Color Harmonies of #B445CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445CC

Black with #B445CC

Text Example


Text Example

White with #B445CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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