Html Css Color HEX #B943CC Medium Orchid

📋 copy color: '#B943CC'

red 185 ◦ green 67 ◦ blue 204

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

Shades of Medium Orchid #B943CC

Tints of Medium Orchid #B943CC

RGB

 RED value IS 185 (72.66% from 255) = 40.57%

 GREEN value IS 67 (26.56% from 255) = 14.69%

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

R = 40.57%
G = 14.69%
B = 44.74%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B943CC (or 0xB943CC) is known color: Medium Orchid. HEX triplet: B9, 43 and CC. RGB value is (185,67,204). Sum of RGB (Red+Green+Blue) = 185+67+204=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #B943CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943CC is #46BC33. Grayscale: #757575. Windows color (decimal): -4635700 or 13386681. OLE color: 13386681.

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

Color convert

RGB 185 67 204 -
CMYK 0.09 0.67 0 0.2
HSL 291.68º 0.57% 0.53% -
HSV(B) 291.68º 0.67% 0.8% -
XYZ 32.91 18.69 59 -
YUV 117.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 185 67 204 0.09 0.67 0 0.2 291.68 0.57 0.53
Hex B9 43 CC 9 43 0 14 124 39 35
Octal 271 103 314 11 103 0 24 444 71 65
Binary 10111001 1000011 11001100 1001 1000011 0 10100 100100100 111001 110101

Color Harmonies of #B943CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943CC

Black with #B943CC

Text Example


Text Example

White with #B943CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943CC; }

 p { color: rgb(185,67,204); }

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

background-color css

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

 a { background-color: rgb(185,67,204); }

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

border-color css

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

 span { border-color: rgb(185,67,204); }

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