Html Css Color HEX #B243FF Medium Orchid

📋 copy color: '#B243FF'

red 178 ◦ green 67 ◦ blue 255

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

Shades of Medium Orchid #B243FF

Tints of Medium Orchid #B243FF

RGB

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

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

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

R = 35.6%
G = 13.4%
B = 51%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B243FF (or 0xB243FF) is known color: Medium Orchid. HEX triplet: B2, 43 and FF. RGB value is (178,67,255). Sum of RGB (Red+Green+Blue) = 178+67+255=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #B243FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B243FF is #4DBC00. Grayscale: #787878. Windows color (decimal): -5094401 or 16729010. OLE color: 16729010.

HSL color Cylindrical-coordinate representation of color #B243FF: hue angle of 275.43º 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 #B243FF is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 67 255 -
CMYK 0.30 0.74 0 0
HSL 275.43º 1% 0.63% -
HSV(B) 275.43º 0.74% 1% -
XYZ 38.42 20.7 96.58 -
YUV 121.62 203.27 168.21 -
System Red Green Blue C M Y K H S L
Decimal 178 67 255 0.30 0.74 0 0 275.43 1 0.63
Hex B2 43 FF 1E 4A 0 0 113 64 3F
Octal 262 103 377 36 112 0 0 423 144 77
Binary 10110010 1000011 11111111 11110 1001010 0 0 100010011 1100100 111111

Color Harmonies of #B243FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B243FF

Black with #B243FF

Text Example


Text Example

White with #B243FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B243FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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