Html Css Color HEX #B271CF Medium Orchid

📋 copy color: '#B271CF'

red 178 ◦ green 113 ◦ blue 207

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

Shades of Medium Orchid #B271CF

Tints of Medium Orchid #B271CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.69%

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

R = 35.74%
G = 22.69%
B = 41.57%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B271CF (or 0xB271CF) is known color: Medium Orchid. HEX triplet: B2, 71 and CF. RGB value is (178,113,207). Sum of RGB (Red+Green+Blue) = 178+113+207=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B271CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271CF is #4D8E30. Grayscale: #8E8E8E. Windows color (decimal): -5082673 or 13595058. OLE color: 13595058.

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

Color convert

RGB 178 113 207 -
CMYK 0.14 0.45 0 0.19
HSL 281.49º 0.49% 0.63% -
HSV(B) 281.49º 0.45% 0.81% -
XYZ 35.53 25.78 62.14 -
YUV 143.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 178 113 207 0.14 0.45 0 0.19 281.49 0.49 0.63
Hex B2 71 CF E 2D 0 13 119 31 3F
Octal 262 161 317 16 55 0 23 431 61 77
Binary 10110010 1110001 11001111 1110 101101 0 10011 100011001 110001 111111

Color Harmonies of #B271CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B271CF

Black with #B271CF

Text Example


Text Example

White with #B271CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B271CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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