Html Css Color HEX #B261CF Medium Orchid

📋 copy color: '#B261CF'

red 178 ◦ green 97 ◦ blue 207

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

Shades of Medium Orchid #B261CF

Tints of Medium Orchid #B261CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.12%

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

R = 36.93%
G = 20.12%
B = 42.95%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B261CF (or 0xB261CF) is known color: Medium Orchid. HEX triplet: B2, 61 and CF. RGB value is (178,97,207). Sum of RGB (Red+Green+Blue) = 178+97+207=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #B261CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261CF is #4D9E30. Grayscale: #858585. Windows color (decimal): -5086769 or 13590962. OLE color: 13590962.

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

Color convert

RGB 178 97 207 -
CMYK 0.14 0.53 0 0.19
HSL 284.18º 0.53% 0.6% -
HSV(B) 284.18º 0.53% 0.81% -
XYZ 33.9 22.52 61.59 -
YUV 133.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 178 97 207 0.14 0.53 0 0.19 284.18 0.53 0.6
Hex B2 61 CF E 35 0 13 11C 35 3C
Octal 262 141 317 16 65 0 23 434 65 74
Binary 10110010 1100001 11001111 1110 110101 0 10011 100011100 110101 111100

Color Harmonies of #B261CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B261CF

Black with #B261CF

Text Example


Text Example

White with #B261CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B261CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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