Html Css Color HEX #B769F2 Medium Orchid

📋 copy color: '#B769F2'

red 183 ◦ green 105 ◦ blue 242

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

Shades of Medium Orchid #B769F2

Tints of Medium Orchid #B769F2

RGB

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

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

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

R = 34.53%
G = 19.81%
B = 45.66%

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

#B769F2 (or 0xB769F2) is known color: Medium Orchid. HEX triplet: B7, 69 and F2. RGB value is (183,105,242). Sum of RGB (Red+Green+Blue) = 183+105+242=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #B769F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769F2 is #48960D. Grayscale: #8F8F8F. Windows color (decimal): -4757006 or 15886775. OLE color: 15886775.

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

Color convert

RGB 183 105 242 -
CMYK 0.24 0.57 0 0.05
HSL 274.16º 0.84% 0.68% -
HSV(B) 274.16º 0.57% 0.95% -
XYZ 40.61 26.58 86.99 -
YUV 143.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 183 105 242 0.24 0.57 0 0.05 274.16 0.84 0.68
Hex B7 69 F2 18 39 0 5 112 54 44
Octal 267 151 362 30 71 0 5 422 124 104
Binary 10110111 1101001 11110010 11000 111001 0 101 100010010 1010100 1000100

Color Harmonies of #B769F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769F2

Black with #B769F2

Text Example


Text Example

White with #B769F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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