Html Css Color HEX #B243DA Medium Orchid

📋 copy color: '#B243DA'

red 178 ◦ green 67 ◦ blue 218

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

Shades of Medium Orchid #B243DA

Tints of Medium Orchid #B243DA

RGB

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

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

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

R = 38.44%
G = 14.47%
B = 47.08%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B243DA (or 0xB243DA) is known color: Medium Orchid. HEX triplet: B2, 43 and DA. RGB value is (178,67,218). Sum of RGB (Red+Green+Blue) = 178+67+218=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #B243DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243DA is #4DBC25. Grayscale: #747474. Windows color (decimal): -5094438 or 14304178. OLE color: 14304178.

HSL color Cylindrical-coordinate representation of color #B243DA: hue angle of 284.11º 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 #B243DA is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 67 218 -
CMYK 0.18 0.69 0 0.15
HSL 284.11º 0.67% 0.56% -
HSV(B) 284.11º 0.69% 0.85% -
XYZ 33.02 18.54 68.17 -
YUV 117.4 184.77 171.22 -
System Red Green Blue C M Y K H S L
Decimal 178 67 218 0.18 0.69 0 0.15 284.11 0.67 0.56
Hex B2 43 DA 12 45 0 F 11C 43 38
Octal 262 103 332 22 105 0 17 434 103 70
Binary 10110010 1000011 11011010 10010 1000101 0 1111 100011100 1000011 111000

Color Harmonies of #B243DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B243DA

Black with #B243DA

Text Example


Text Example

White with #B243DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B243DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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