Html Css Color HEX #B565F0 Medium Orchid

📋 copy color: '#B565F0'

red 181 ◦ green 101 ◦ blue 240

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

Shades of Medium Orchid #B565F0

Tints of Medium Orchid #B565F0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.35%

 BLUE value IS 240 (94.14% from 255) = 45.98%

R = 34.67%
G = 19.35%
B = 45.98%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B565F0 (or 0xB565F0) is known color: Medium Orchid. HEX triplet: B5, 65 and F0. RGB value is (181,101,240). Sum of RGB (Red+Green+Blue) = 181+101+240=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #B565F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565F0 is #4A9A0F. Grayscale: #8C8C8C. Windows color (decimal): -4889104 or 15754677. OLE color: 15754677.

HSL color Cylindrical-coordinate representation of color #B565F0: hue angle of 274.53º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B565F0 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 101 240 -
CMYK 0.25 0.58 0 0.06
HSL 274.53º 0.82% 0.67% -
HSV(B) 274.53º 0.58% 0.94% -
XYZ 39.44 25.42 85.27 -
YUV 140.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 181 101 240 0.25 0.58 0 0.06 274.53 0.82 0.67
Hex B5 65 F0 19 3A 0 6 113 52 43
Octal 265 145 360 31 72 0 6 423 122 103
Binary 10110101 1100101 11110000 11001 111010 0 110 100010011 1010010 1000011

Color Harmonies of #B565F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B565F0

Black with #B565F0

Text Example


Text Example

White with #B565F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B565F0; }

 p { color: rgb(181,101,240); }

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

background-color css

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

 a { background-color: rgb(181,101,240); }

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

border-color css

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

 span { border-color: rgb(181,101,240); }

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