Html Css Color HEX #B470CF Medium Orchid

📋 copy color: '#B470CF'

red 180 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #B470CF

Tints of Medium Orchid #B470CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 36.07%
G = 22.44%
B = 41.48%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B470CF (or 0xB470CF) is known color: Medium Orchid. HEX triplet: B4, 70 and CF. RGB value is (180,112,207). Sum of RGB (Red+Green+Blue) = 180+112+207=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #B470CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470CF is #4B8F30. Grayscale: #8E8E8E. Windows color (decimal): -4951857 or 13594804. OLE color: 13594804.

HSL color Cylindrical-coordinate representation of color #B470CF: hue angle of 282.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B470CF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 112 207 -
CMYK 0.13 0.46 0 0.19
HSL 282.95º 0.5% 0.63% -
HSV(B) 282.95º 0.46% 0.81% -
XYZ 35.88 25.8 62.12 -
YUV 143.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 180 112 207 0.13 0.46 0 0.19 282.95 0.5 0.63
Hex B4 70 CF D 2E 0 13 11B 32 3F
Octal 264 160 317 15 56 0 23 433 62 77
Binary 10110100 1110000 11001111 1101 101110 0 10011 100011011 110010 111111

Color Harmonies of #B470CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470CF

Black with #B470CF

Text Example


Text Example

White with #B470CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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