Html Css Color HEX #B738CA Medium Orchid

📋 copy color: '#B738CA'

red 183 ◦ green 56 ◦ blue 202

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

Shades of Medium Orchid #B738CA

Tints of Medium Orchid #B738CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.8%

R = 41.5%
G = 12.7%
B = 45.8%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B738CA (or 0xB738CA) is known color: Medium Orchid. HEX triplet: B7, 38 and CA. RGB value is (183,56,202). Sum of RGB (Red+Green+Blue) = 183+56+202=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #B738CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738CA is #48C735. Grayscale: #6E6E6E. Windows color (decimal): -4769590 or 13252791. OLE color: 13252791.

HSL color Cylindrical-coordinate representation of color #B738CA: hue angle of 292.19º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B738CA is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 56 202 -
CMYK 0.09 0.72 0 0.21
HSL 292.19º 0.58% 0.51% -
HSV(B) 292.19º 0.72% 0.79% -
XYZ 31.6 17.16 57.52 -
YUV 110.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 183 56 202 0.09 0.72 0 0.21 292.19 0.58 0.51
Hex B7 38 CA 9 48 0 15 124 3A 33
Octal 267 70 312 11 110 0 25 444 72 63
Binary 10110111 111000 11001010 1001 1001000 0 10101 100100100 111010 110011

Color Harmonies of #B738CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738CA

Black with #B738CA

Text Example


Text Example

White with #B738CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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