Html Css Color HEX #B943FF Medium Orchid

📋 copy color: '#B943FF'

red 185 ◦ green 67 ◦ blue 255

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

Shades of Medium Orchid #B943FF

Tints of Medium Orchid #B943FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 36.49%
G = 13.21%
B = 50.3%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B943FF (or 0xB943FF) is known color: Medium Orchid. HEX triplet: B9, 43 and FF. RGB value is (185,67,255). Sum of RGB (Red+Green+Blue) = 185+67+255=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #B943FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B943FF is #46BC00. Grayscale: #7B7B7B. Windows color (decimal): -4635649 or 16729017. OLE color: 16729017.

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

Color convert

RGB 185 67 255 -
CMYK 0.27 0.74 0 0
HSL 277.66º 1% 0.63% -
HSV(B) 277.66º 0.74% 1% -
XYZ 40.06 21.55 96.66 -
YUV 123.71 202.09 171.71 -
System Red Green Blue C M Y K H S L
Decimal 185 67 255 0.27 0.74 0 0 277.66 1 0.63
Hex B9 43 FF 1B 4A 0 0 116 64 3F
Octal 271 103 377 33 112 0 0 426 144 77
Binary 10111001 1000011 11111111 11011 1001010 0 0 100010110 1100100 111111

Color Harmonies of #B943FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943FF

Black with #B943FF

Text Example


Text Example

White with #B943FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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