Html Css Color HEX #B943DA Medium Orchid

📋 copy color: '#B943DA'

red 185 ◦ green 67 ◦ blue 218

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

Shades of Medium Orchid #B943DA

Tints of Medium Orchid #B943DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 39.36%
G = 14.26%
B = 46.38%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B943DA (or 0xB943DA) is known color: Medium Orchid. HEX triplet: B9, 43 and DA. RGB value is (185,67,218). Sum of RGB (Red+Green+Blue) = 185+67+218=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #B943DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B943DA is #46BC25. Grayscale: #777777. Windows color (decimal): -4635686 or 14304185. OLE color: 14304185.

HSL color Cylindrical-coordinate representation of color #B943DA: hue angle of 286.89º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B943DA is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 67 218 -
CMYK 0.15 0.69 0 0.15
HSL 286.89º 0.67% 0.56% -
HSV(B) 286.89º 0.69% 0.85% -
XYZ 34.67 19.39 68.25 -
YUV 119.5 183.59 174.72 -
System Red Green Blue C M Y K H S L
Decimal 185 67 218 0.15 0.69 0 0.15 286.89 0.67 0.56
Hex B9 43 DA F 45 0 F 11F 43 38
Octal 271 103 332 17 105 0 17 437 103 70
Binary 10111001 1000011 11011010 1111 1000101 0 1111 100011111 1000011 111000

Color Harmonies of #B943DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943DA

Black with #B943DA

Text Example


Text Example

White with #B943DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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