Html Css Color HEX #B270CB Medium Orchid

📋 copy color: '#B270CB'

red 178 ◦ green 112 ◦ blue 203

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

Shades of Medium Orchid #B270CB

Tints of Medium Orchid #B270CB

RGB

 RED value IS 178 (69.92% from 255) = 36.11%

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 36.11%
G = 22.72%
B = 41.18%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B270CB (or 0xB270CB) is known color: Medium Orchid. HEX triplet: B2, 70 and CB. RGB value is (178,112,203). Sum of RGB (Red+Green+Blue) = 178+112+203=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #B270CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270CB is #4D8F34. Grayscale: #8D8D8D. Windows color (decimal): -5082933 or 13332658. OLE color: 13332658.

HSL color Cylindrical-coordinate representation of color #B270CB: hue angle of 283.52º 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 #B270CB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 112 203 -
CMYK 0.12 0.45 0 0.20
HSL 283.52º 0.47% 0.62% -
HSV(B) 283.52º 0.45% 0.8% -
XYZ 34.93 25.37 59.55 -
YUV 142.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 178 112 203 0.12 0.45 0 0.20 283.52 0.47 0.62
Hex B2 70 CB C 2D 0 14 11C 2F 3E
Octal 262 160 313 14 55 0 24 434 57 76
Binary 10110010 1110000 11001011 1100 101101 0 10100 100011100 101111 111110

Color Harmonies of #B270CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270CB

Black with #B270CB

Text Example


Text Example

White with #B270CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270CB; }

 p { color: rgb(178,112,203); }

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

background-color css

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

 a { background-color: rgb(178,112,203); }

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

border-color css

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

 span { border-color: rgb(178,112,203); }

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