Html Css Color HEX #B270CF Medium Orchid

📋 copy color: '#B270CF'

red 178 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #B270CF

Tints of Medium Orchid #B270CF

RGB

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

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

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

R = 35.81%
G = 22.54%
B = 41.65%

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

#B270CF (or 0xB270CF) is known color: Medium Orchid. HEX triplet: B2, 70 and CF. RGB value is (178,112,207). Sum of RGB (Red+Green+Blue) = 178+112+207=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #B270CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B270CF is #4D8F30. Grayscale: #8E8E8E. Windows color (decimal): -5082929 or 13594802. OLE color: 13594802.

HSL color Cylindrical-coordinate representation of color #B270CF: hue angle of 281.68º 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 #B270CF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 112 207 -
CMYK 0.14 0.46 0 0.19
HSL 281.68º 0.5% 0.63% -
HSV(B) 281.68º 0.46% 0.81% -
XYZ 35.42 25.56 62.1 -
YUV 142.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 178 112 207 0.14 0.46 0 0.19 281.68 0.5 0.63
Hex B2 70 CF E 2E 0 13 11A 32 3F
Octal 262 160 317 16 56 0 23 432 62 77
Binary 10110010 1110000 11001111 1110 101110 0 10011 100011010 110010 111111

Color Harmonies of #B270CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270CF

Black with #B270CF

Text Example


Text Example

White with #B270CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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