Html Css Color HEX #B943FD Medium Orchid

📋 copy color: '#B943FD'

red 185 ◦ green 67 ◦ blue 253

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

Shades of Medium Orchid #B943FD

Tints of Medium Orchid #B943FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 36.63%
G = 13.27%
B = 50.1%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B943FD (or 0xB943FD) is known color: Medium Orchid. HEX triplet: B9, 43 and FD. RGB value is (185,67,253). Sum of RGB (Red+Green+Blue) = 185+67+253=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #B943FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B943FD is #46BC02. Grayscale: #7A7A7A. Windows color (decimal): -4635651 or 16597945. OLE color: 16597945.

HSL color Cylindrical-coordinate representation of color #B943FD: hue angle of 278.06º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B943FD is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 67 253 -
CMYK 0.27 0.74 0 0.01
HSL 278.06º 0.98% 0.63% -
HSV(B) 278.06º 0.74% 0.99% -
XYZ 39.74 21.42 94.97 -
YUV 123.49 201.09 171.88 -
System Red Green Blue C M Y K H S L
Decimal 185 67 253 0.27 0.74 0 0.01 278.06 0.98 0.63
Hex B9 43 FD 1B 4A 0 1 116 62 3F
Octal 271 103 375 33 112 0 1 426 142 77
Binary 10111001 1000011 11111101 11011 1001010 0 1 100010110 1100010 111111

Color Harmonies of #B943FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943FD

Black with #B943FD

Text Example


Text Example

White with #B943FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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