Html Css Color HEX #B841CF Medium Orchid

📋 copy color: '#B841CF'

red 184 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #B841CF

Tints of Medium Orchid #B841CF

RGB

 RED value IS 184 (72.27% from 255) = 40.35%

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

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

R = 40.35%
G = 14.25%
B = 45.39%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B841CF (or 0xB841CF) is known color: Medium Orchid. HEX triplet: B8, 41 and CF. RGB value is (184,65,207). Sum of RGB (Red+Green+Blue) = 184+65+207=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B841CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841CF is #47BE30. Grayscale: #747474. Windows color (decimal): -4701745 or 13582776. OLE color: 13582776.

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

Color convert

RGB 184 65 207 -
CMYK 0.11 0.69 0 0.19
HSL 290.28º 0.6% 0.53% -
HSV(B) 290.28º 0.69% 0.81% -
XYZ 32.92 18.48 60.86 -
YUV 116.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 184 65 207 0.11 0.69 0 0.19 290.28 0.6 0.53
Hex B8 41 CF B 45 0 13 122 3C 35
Octal 270 101 317 13 105 0 23 442 74 65
Binary 10111000 1000001 11001111 1011 1000101 0 10011 100100010 111100 110101

Color Harmonies of #B841CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841CF

Black with #B841CF

Text Example


Text Example

White with #B841CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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