Html Css Color HEX #B567F2 Medium Orchid

📋 copy color: '#B567F2'

red 181 ◦ green 103 ◦ blue 242

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

Shades of Medium Orchid #B567F2

Tints of Medium Orchid #B567F2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.58%

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

R = 34.41%
G = 19.58%
B = 46.01%

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

#B567F2 (or 0xB567F2) is known color: Medium Orchid. HEX triplet: B5, 67 and F2. RGB value is (181,103,242). Sum of RGB (Red+Green+Blue) = 181+103+242=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #B567F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567F2 is #4A980D. Grayscale: #8D8D8D. Windows color (decimal): -4888590 or 15886261. OLE color: 15886261.

HSL color Cylindrical-coordinate representation of color #B567F2: hue angle of 273.67º 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 #B567F2 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 103 242 -
CMYK 0.25 0.57 0 0.05
HSL 273.67º 0.84% 0.68% -
HSV(B) 273.67º 0.57% 0.95% -
XYZ 39.93 25.94 86.91 -
YUV 142.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 181 103 242 0.25 0.57 0 0.05 273.67 0.84 0.68
Hex B5 67 F2 19 39 0 5 112 54 44
Octal 265 147 362 31 71 0 5 422 124 104
Binary 10110101 1100111 11110010 11001 111001 0 101 100010010 1010100 1000100

Color Harmonies of #B567F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B567F2

Black with #B567F2

Text Example


Text Example

White with #B567F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B567F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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