Html Css Color HEX #B841CC Medium Orchid

📋 copy color: '#B841CC'

red 184 ◦ green 65 ◦ blue 204

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

Shades of Medium Orchid #B841CC

Tints of Medium Orchid #B841CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 40.62%
G = 14.35%
B = 45.03%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B841CC (or 0xB841CC) is known color: Medium Orchid. HEX triplet: B8, 41 and CC. RGB value is (184,65,204). Sum of RGB (Red+Green+Blue) = 184+65+204=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B841CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841CC is #47BE33. Grayscale: #737373. Windows color (decimal): -4701748 or 13386168. OLE color: 13386168.

HSL color Cylindrical-coordinate representation of color #B841CC: hue angle of 291.37º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B841CC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 65 204 -
CMYK 0.10 0.68 0 0.2
HSL 291.37º 0.58% 0.53% -
HSV(B) 291.37º 0.68% 0.8% -
XYZ 32.56 18.33 58.95 -
YUV 116.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 184 65 204 0.10 0.68 0 0.2 291.37 0.58 0.53
Hex B8 41 CC A 44 0 14 123 3A 35
Octal 270 101 314 12 104 0 24 443 72 65
Binary 10111000 1000001 11001100 1010 1000100 0 10100 100100011 111010 110101

Color Harmonies of #B841CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841CC

Black with #B841CC

Text Example


Text Example

White with #B841CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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