Html Css Color HEX #B270CE Medium Orchid

📋 copy color: '#B270CE'

red 178 ◦ green 112 ◦ blue 206

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

Shades of Medium Orchid #B270CE

Tints of Medium Orchid #B270CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 35.89%
G = 22.58%
B = 41.53%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B270CE (or 0xB270CE) is known color: Medium Orchid. HEX triplet: B2, 70 and CE. RGB value is (178,112,206). Sum of RGB (Red+Green+Blue) = 178+112+206=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #B270CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270CE is #4D8F31. Grayscale: #8E8E8E. Windows color (decimal): -5082930 or 13529266. OLE color: 13529266.

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

Color convert

RGB 178 112 206 -
CMYK 0.14 0.46 0 0.19
HSL 282.13º 0.49% 0.62% -
HSV(B) 282.13º 0.46% 0.81% -
XYZ 35.29 25.51 61.46 -
YUV 142.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 178 112 206 0.14 0.46 0 0.19 282.13 0.49 0.62
Hex B2 70 CE E 2E 0 13 11A 31 3E
Octal 262 160 316 16 56 0 23 432 61 76
Binary 10110010 1110000 11001110 1110 101110 0 10011 100011010 110001 111110

Color Harmonies of #B270CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270CE

Black with #B270CE

Text Example


Text Example

White with #B270CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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