Html Css Color HEX #B041CF Medium Orchid

📋 copy color: '#B041CF'

red 176 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #B041CF

Tints of Medium Orchid #B041CF

RGB

 RED value IS 176 (69.14% from 255) = 39.29%

 GREEN value IS 65 (25.78% from 255) = 14.51%

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

R = 39.29%
G = 14.51%
B = 46.21%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B041CF (or 0xB041CF) is known color: Medium Orchid. HEX triplet: B0, 41 and CF. RGB value is (176,65,207). Sum of RGB (Red+Green+Blue) = 176+65+207=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #B041CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041CF is #4FBE30. Grayscale: #717171. Windows color (decimal): -5226033 or 13582768. OLE color: 13582768.

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

Color convert

RGB 176 65 207 -
CMYK 0.15 0.69 0 0.19
HSL 286.9º 0.6% 0.53% -
HSV(B) 286.9º 0.69% 0.81% -
XYZ 31.06 17.52 60.78 -
YUV 114.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 176 65 207 0.15 0.69 0 0.19 286.9 0.6 0.53
Hex B0 41 CF F 45 0 13 11F 3C 35
Octal 260 101 317 17 105 0 23 437 74 65
Binary 10110000 1000001 11001111 1111 1000101 0 10011 100011111 111100 110101

Color Harmonies of #B041CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B041CF

Black with #B041CF

Text Example


Text Example

White with #B041CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B041CF; }

 p { color: rgb(176,65,207); }

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

background-color css

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

 a { background-color: rgb(176,65,207); }

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

border-color css

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

 span { border-color: rgb(176,65,207); }

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