Html Css Color HEX #B768F1 Medium Orchid

📋 copy color: '#B768F1'

red 183 ◦ green 104 ◦ blue 241

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

Shades of Medium Orchid #B768F1

Tints of Medium Orchid #B768F1

RGB

 RED value IS 183 (71.88% from 255) = 34.66%

 GREEN value IS 104 (41.02% from 255) = 19.7%

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 34.66%
G = 19.7%
B = 45.64%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B768F1 (or 0xB768F1) is known color: Medium Orchid. HEX triplet: B7, 68 and F1. RGB value is (183,104,241). Sum of RGB (Red+Green+Blue) = 183+104+241=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #B768F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768F1 is #48970E. Grayscale: #8E8E8E. Windows color (decimal): -4757263 or 15820983. OLE color: 15820983.

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

Color convert

RGB 183 104 241 -
CMYK 0.24 0.57 0 0.05
HSL 274.6º 0.83% 0.68% -
HSV(B) 274.6º 0.57% 0.95% -
XYZ 40.36 26.32 86.17 -
YUV 143.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 183 104 241 0.24 0.57 0 0.05 274.6 0.83 0.68
Hex B7 68 F1 18 39 0 5 113 53 44
Octal 267 150 361 30 71 0 5 423 123 104
Binary 10110111 1101000 11110001 11000 111001 0 101 100010011 1010011 1000100

Color Harmonies of #B768F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B768F1

Black with #B768F1

Text Example


Text Example

White with #B768F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B768F1; }

 p { color: rgb(183,104,241); }

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

background-color css

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

 a { background-color: rgb(183,104,241); }

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

border-color css

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

 span { border-color: rgb(183,104,241); }

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