Html Css Color HEX #B738F2 Medium Orchid

📋 copy color: '#B738F2'

red 183 ◦ green 56 ◦ blue 242

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

Shades of Medium Orchid #B738F2

Tints of Medium Orchid #B738F2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.64%

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

R = 38.05%
G = 11.64%
B = 50.31%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B738F2 (or 0xB738F2) is known color: Medium Orchid. HEX triplet: B7, 38 and F2. RGB value is (183,56,242). Sum of RGB (Red+Green+Blue) = 183+56+242=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #B738F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B738F2 is #48C70D. Grayscale: #727272. Windows color (decimal): -4769550 or 15874231. OLE color: 15874231.

HSL color Cylindrical-coordinate representation of color #B738F2: hue angle of 280.97º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B738F2 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 56 242 -
CMYK 0.24 0.77 0 0.05
HSL 280.97º 0.88% 0.58% -
HSV(B) 280.97º 0.77% 0.95% -
XYZ 36.97 19.31 85.78 -
YUV 115.18 199.58 176.38 -
System Red Green Blue C M Y K H S L
Decimal 183 56 242 0.24 0.77 0 0.05 280.97 0.88 0.58
Hex B7 38 F2 18 4D 0 5 119 58 3A
Octal 267 70 362 30 115 0 5 431 130 72
Binary 10110111 111000 11110010 11000 1001101 0 101 100011001 1011000 111010

Color Harmonies of #B738F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738F2

Black with #B738F2

Text Example


Text Example

White with #B738F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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