Html Css Color HEX #B470CC Medium Orchid

📋 copy color: '#B470CC'

red 180 ◦ green 112 ◦ blue 204

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

Shades of Medium Orchid #B470CC

Tints of Medium Orchid #B470CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.58%

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

R = 36.29%
G = 22.58%
B = 41.13%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B470CC (or 0xB470CC) is known color: Medium Orchid. HEX triplet: B4, 70 and CC. RGB value is (180,112,204). Sum of RGB (Red+Green+Blue) = 180+112+204=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #B470CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470CC is #4B8F33. Grayscale: #8E8E8E. Windows color (decimal): -4951860 or 13398196. OLE color: 13398196.

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

Color convert

RGB 180 112 204 -
CMYK 0.12 0.45 0 0.2
HSL 284.35º 0.47% 0.62% -
HSV(B) 284.35º 0.45% 0.8% -
XYZ 35.52 25.65 60.21 -
YUV 142.82 162.53 154.52 -
System Red Green Blue C M Y K H S L
Decimal 180 112 204 0.12 0.45 0 0.2 284.35 0.47 0.62
Hex B4 70 CC C 2D 0 14 11C 2F 3E
Octal 264 160 314 14 55 0 24 434 57 76
Binary 10110100 1110000 11001100 1100 101101 0 10100 100011100 101111 111110

Color Harmonies of #B470CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470CC

Black with #B470CC

Text Example


Text Example

White with #B470CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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