Html Css Color HEX #B243C9 Medium Orchid

📋 copy color: '#B243C9'

red 178 ◦ green 67 ◦ blue 201

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

Shades of Medium Orchid #B243C9

Tints of Medium Orchid #B243C9

RGB

 RED value IS 178 (69.92% from 255) = 39.91%

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

 BLUE value IS 201 (78.91% from 255) = 45.07%

R = 39.91%
G = 15.02%
B = 45.07%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B243C9 (or 0xB243C9) is known color: Medium Orchid. HEX triplet: B2, 43 and C9. RGB value is (178,67,201). Sum of RGB (Red+Green+Blue) = 178+67+201=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #B243C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243C9 is #4DBC36. Grayscale: #737373. Windows color (decimal): -5094455 or 13190066. OLE color: 13190066.

HSL color Cylindrical-coordinate representation of color #B243C9: hue angle of 289.7º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B243C9 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 67 201 -
CMYK 0.11 0.67 0 0.21
HSL 289.7º 0.55% 0.53% -
HSV(B) 289.7º 0.67% 0.79% -
XYZ 30.91 17.7 57.04 -
YUV 115.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 178 67 201 0.11 0.67 0 0.21 289.7 0.55 0.53
Hex B2 43 C9 B 43 0 15 122 37 35
Octal 262 103 311 13 103 0 25 442 67 65
Binary 10110010 1000011 11001001 1011 1000011 0 10101 100100010 110111 110101

Color Harmonies of #B243C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B243C9

Black with #B243C9

Text Example


Text Example

White with #B243C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B243C9; }

 p { color: rgb(178,67,201); }

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

background-color css

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

 a { background-color: rgb(178,67,201); }

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

border-color css

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

 span { border-color: rgb(178,67,201); }

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