Html Css Color HEX #B569EA Medium Orchid

📋 copy color: '#B569EA'

red 181 ◦ green 105 ◦ blue 234

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

Shades of Medium Orchid #B569EA

Tints of Medium Orchid #B569EA

RGB

 RED value IS 181 (71.09% from 255) = 34.81%

 GREEN value IS 105 (41.41% from 255) = 20.19%

 BLUE value IS 234 (91.8% from 255) = 45%

R = 34.81%
G = 20.19%
B = 45%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B569EA (or 0xB569EA) is known color: Medium Orchid. HEX triplet: B5, 69 and EA. RGB value is (181,105,234). Sum of RGB (Red+Green+Blue) = 181+105+234=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #B569EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569EA is #4A9615. Grayscale: #8D8D8D. Windows color (decimal): -4888086 or 15362485. OLE color: 15362485.

HSL color Cylindrical-coordinate representation of color #B569EA: hue angle of 275.35º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B569EA is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 105 234 -
CMYK 0.23 0.55 0 0.08
HSL 275.35º 0.75% 0.66% -
HSV(B) 275.35º 0.55% 0.92% -
XYZ 38.96 25.87 80.78 -
YUV 142.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 181 105 234 0.23 0.55 0 0.08 275.35 0.75 0.66
Hex B5 69 EA 17 37 0 8 113 4B 42
Octal 265 151 352 27 67 0 10 423 113 102
Binary 10110101 1101001 11101010 10111 110111 0 1000 100010011 1001011 1000010

Color Harmonies of #B569EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569EA

Black with #B569EA

Text Example


Text Example

White with #B569EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569EA; }

 p { color: rgb(181,105,234); }

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

background-color css

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

 a { background-color: rgb(181,105,234); }

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

border-color css

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

 span { border-color: rgb(181,105,234); }

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