Html Css Color HEX #B569F2 Medium Orchid

📋 copy color: '#B569F2'

red 181 ◦ green 105 ◦ blue 242

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

Shades of Medium Orchid #B569F2

Tints of Medium Orchid #B569F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.83%

R = 34.28%
G = 19.89%
B = 45.83%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B569F2 (or 0xB569F2) is known color: Medium Orchid. HEX triplet: B5, 69 and F2. RGB value is (181,105,242). Sum of RGB (Red+Green+Blue) = 181+105+242=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #B569F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569F2 is #4A960D. Grayscale: #8E8E8E. Windows color (decimal): -4888078 or 15886773. OLE color: 15886773.

HSL color Cylindrical-coordinate representation of color #B569F2: hue angle of 273.28º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B569F2 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 105 242 -
CMYK 0.25 0.57 0 0.05
HSL 273.28º 0.84% 0.68% -
HSV(B) 273.28º 0.57% 0.95% -
XYZ 40.13 26.34 86.97 -
YUV 143.34 183.68 154.86 -
System Red Green Blue C M Y K H S L
Decimal 181 105 242 0.25 0.57 0 0.05 273.28 0.84 0.68
Hex B5 69 F2 19 39 0 5 111 54 44
Octal 265 151 362 31 71 0 5 421 124 104
Binary 10110101 1101001 11110010 11001 111001 0 101 100010001 1010100 1000100

Color Harmonies of #B569F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569F2

Black with #B569F2

Text Example


Text Example

White with #B569F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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