Html Css Color HEX #B270CA Medium Orchid

📋 copy color: '#B270CA'

red 178 ◦ green 112 ◦ blue 202

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

Shades of Medium Orchid #B270CA

Tints of Medium Orchid #B270CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.06%

R = 36.18%
G = 22.76%
B = 41.06%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B270CA (or 0xB270CA) is known color: Medium Orchid. HEX triplet: B2, 70 and CA. RGB value is (178,112,202). Sum of RGB (Red+Green+Blue) = 178+112+202=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #B270CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270CA is #4D8F35. Grayscale: #8D8D8D. Windows color (decimal): -5082934 or 13267122. OLE color: 13267122.

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

Color convert

RGB 178 112 202 -
CMYK 0.12 0.45 0 0.21
HSL 284º 0.46% 0.62% -
HSV(B) 284º 0.45% 0.79% -
XYZ 34.81 25.32 58.93 -
YUV 141.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 178 112 202 0.12 0.45 0 0.21 284 0.46 0.62
Hex B2 70 CA C 2D 0 15 11C 2E 3E
Octal 262 160 312 14 55 0 25 434 56 76
Binary 10110010 1110000 11001010 1100 101101 0 10101 100011100 101110 111110

Color Harmonies of #B270CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270CA

Black with #B270CA

Text Example


Text Example

White with #B270CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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