Html Css Color HEX #B74BEB Medium Orchid

📋 copy color: '#B74BEB'

red 183 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #B74BEB

Tints of Medium Orchid #B74BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.21%

 BLUE value IS 235 (92.19% from 255) = 47.67%

R = 37.12%
G = 15.21%
B = 47.67%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B74BEB (or 0xB74BEB) is known color: Medium Orchid. HEX triplet: B7, 4B and EB. RGB value is (183,75,235). Sum of RGB (Red+Green+Blue) = 183+75+235=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #B74BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74BEB is #48B414. Grayscale: #7D7D7D. Windows color (decimal): -4764693 or 15420343. OLE color: 15420343.

HSL color Cylindrical-coordinate representation of color #B74BEB: hue angle of 280.5º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B74BEB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 75 235 -
CMYK 0.22 0.68 0 0.08
HSL 280.5º 0.8% 0.61% -
HSV(B) 280.5º 0.68% 0.92% -
XYZ 37.04 21.1 80.72 -
YUV 125.53 189.78 168.99 -
System Red Green Blue C M Y K H S L
Decimal 183 75 235 0.22 0.68 0 0.08 280.5 0.8 0.61
Hex B7 4B EB 16 44 0 8 118 50 3D
Octal 267 113 353 26 104 0 10 430 120 75
Binary 10110111 1001011 11101011 10110 1000100 0 1000 100011000 1010000 111101

Color Harmonies of #B74BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BEB

Black with #B74BEB

Text Example


Text Example

White with #B74BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BEB; }

 p { color: rgb(183,75,235); }

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

background-color css

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

 a { background-color: rgb(183,75,235); }

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

border-color css

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

 span { border-color: rgb(183,75,235); }

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